xend: Remove duplicate setResume() method.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:31:45 +0000 (10:31 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:31:45 +0000 (10:31 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py

index b189a9f27a3ab38951005a650151a190080f567f..74a69fbc6debd817cf4b81597a315a2be4900f33 100644 (file)
@@ -1406,9 +1406,6 @@ class XendDomainInfo:
     def setWeight(self, cpu_weight):
         self.info['vcpus_params']['weight'] = cpu_weight
 
-    def setResume(self, state):
-        self._resume = state
-
     def getRestartCount(self):
         return self._readVm('xend/restart_count')